home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / rack_002.zip / IMPSDN.BAT < prev    next >
DOS Batch File  |  1992-08-26  |  764b  |  27 lines

  1. @Echo off
  2. REM Example batch file for importing of the files in the SDNPlus CDRom
  3. REM into your current existing Remote Access Files.RA
  4. REM don't forget to copy your original Files.RA to some other name.
  5. If Not Exist d:\RA\MyFiles.RA Goto Oops
  6.  
  7. d:
  8. cd d:\ra\cdrom
  9. del Files.*
  10. Xcopy j:\00index\Files.*
  11. Attrib -r *.*
  12. Del Files.79
  13. cd..
  14. ImpArea d:\ra\cdrom\files.ra 1 78 /UL65535 /DL100 /LS10 /N- /L- /D+
  15. RAConfig
  16. ImpArea d:\ra\cdrom\files.ra 1 78 J /UL65535 /DL100 /LS10 /N- /L- /D+
  17. MoveArea 1 78 73
  18. ImpArea d:\ra\MyFiles.RA 1 71 /N+ /D+ /LS10 /DL100
  19. ImpArea d:\ra\MyFiles.RA 2 14 /N+ /D+ /LS10 /DL10 /L+
  20. ImpArea d:\ra\MyFiles.RA 190 10
  21.  
  22. Goto End
  23. :Oops
  24. Echo Please Read and edit the batch file before blindly running it!
  25. Echo Aborting...
  26. :End
  27.